Watchdog timer - перевод на испанский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Watchdog timer - перевод на испанский

ELECTRONIC TIMER USED TO DETECT AND RECOVER FROM COMPUTER MALFUNCTIONS
Watchdog Timer; Watch dog timer; Computer Operating Properly; Watchdog card; Watchdog Card; Recovery Card; Recovery card; Watchdog (computing)
  • Watchdog timers are essential in remote, automated systems such as this [[Mars Exploration Rover]]
  • alt=Block diagram of a simple, single-stage watchdog timer. The common clock is characteristic of basic watchdog microcontrollers.
  • alt=A three-stage electronic watchdog timer.
  • alt=Two-stage watchdog timer
  • Some watchdog timers only allow kicks during a time window. Kicks occurring outside the window have no effect on the timer and may be treated as faults.
  • name=fn1}}) signal from the computer; another pin outputs the timeout signal.
  • Screenshot of <code>[[wdctl]]</code>, a program that shows watchdog status

Watchdog timer         
Temporizador de guarda
egg timer         
  • Mechanical clockwork egg/kitchen timer
  • Clockwork mechanism of a mechanical egg timer
USED AS AN AID IN CUISINE TO DETERMINE READINESS OF COOKED EGGS
Eggtimer; Memopark timer; Memo Park Timer; Cooking timer; Draft:Redirect to "egg timer" because that page exists; Kitchen timer
Cronómetro para huevos
watchdog         
WIKIMEDIA DISAMBIGUATION PAGE
Watch dog; Watch-dog; The Watchdogs; Watchdogs; Watch Dog; Watchdog (disambiguation)
(n.) = defensor de los intereses del ciudadano, organismo de control, mecanismo de control
Ex: It has earned a reputation as a watchdog and consumers union in the medical equipment industry with its international problem reporting network, published in HEALTH DEVICES ALERTS (HDA) on DIALOG.

Определение

egg timer
also egg-timer (egg timers)
An egg timer is a device that measures the time needed to boil an egg.
N-COUNT

Википедия

Watchdog timer

A watchdog timer (sometimes called a computer operating properly or COP timer, or simply a watchdog) is an electronic or software timer that is used to detect and recover from computer malfunctions. Watchdog timers are widely used in computers to facilitate automatic correction of temporary hardware faults, and to prevent errant or malevolent software from disrupting system operation.

During normal operation, the computer regularly restarts the watchdog timer to prevent it from elapsing, or "timing out". If, due to a hardware fault or program error, the computer fails to restart the watchdog, the timer will elapse and generate a timeout signal. The timeout signal is used to initiate corrective actions. The corrective actions typically include placing the computer and associated hardware in a safe state and invoking a computer reboot.

Microcontrollers often include an integrated, on-chip watchdog. In other computers the watchdog may reside in a nearby chip that connects directly to the CPU, or it may be located on an external expansion card in the computer's chassis.